![]() |
DrawThemeWindowListViewHeader |
||||
Header: | Appearance.h | Carbon status: | Supported | |
Draws a window list view header.
OSStatus DrawThemeWindowListViewHeader ( const Rect *inRect, ThemeDrawState inState );
A pointer to a structure of type Rect. Before calling DrawThemeWindowListViewHeader, specify the rectangle in which to draw the window list view header, in local coordinates.
A value of type ThemeDrawState. Pass a constant specifying the state in which to draw the window list view header; see
A result code.
The DrawThemeWindowListViewHeader function draws a theme-compliant window list view header, such as that used by the Finder. A window list view header is drawn without a line on its bottom edge, so that bevel buttons can be placed against it without overlapping.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)